home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000036_news@columbia.edu _Mon Jan 17 14:25:54 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA21807
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 17 Jan 2000 14:25:53 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA13409
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 17 Jan 2000 14:00:09 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: no_spam@adams.patriot.net ()
  10. Subject: Re: MS-DOS Kermit, more capabalities
  11. Date: Mon, 17 Jan 2000 18:39:20 GMT
  12. Organization: Posted via Supernews, http://www.supernews.com
  13. Message-ID: <s86oeobeeh6107@corp.supernews.com>
  14. To: kermit.misc@columbia.edu
  15.  
  16. Frank da Cruz (fdc@watsun.cc.columbia.edu) wrote:
  17. : In article <011700040222not-2-disclose@the.net>,
  18. :  <not-2-disclose@the.net> wrote:
  19. : : ...
  20. : : In the past two weeks or so, i couldn't but take note that MY NEED for
  21. : : a `ZMoDem' protocol has been disregarded from the start; ...
  22. : :
  23. : Again, this is the Kermit Project, not the Zmodem Project.  The source
  24. : for Zmodem is Omen Technogy.  If you want Zmodem software for DOS, you
  25. : can get it from there.
  26.  
  27. If you want to use Zmodem (or "ZMoDem," if you insist) file
  28. transfers from within MS-DOS Kermit, there are three ways you can
  29. go about it:
  30.  
  31. 1. You can demand that the Kermit developers add about 50K of new
  32. code to implement a protocol that (apparently) very few people
  33. need in their Kermit software.
  34.  
  35. 2. You can get DSZ from Omen Technology, register it for about
  36. $20, and write a couple of Kermit macros (see below) that will
  37. cause Kermit to call DSZ and send or receive files.
  38.  
  39. 3. You can get the source code and add it yourself.
  40.  
  41. I have found that the second solution works a lot better than the
  42. first. I haven't had time to try the third yet.
  43.  
  44. define  RZ      run dsz port 1 d rz -y,connect
  45. define  SZ      ask FILENAME ZMODEM transmit file?,-
  46.                 run dsz port 1 d sz \m(FILENAME),connect
  47.  
  48. set key \316    {\KRZ}                ; F2 = ZMODEM receive
  49. set key \323    {\KSZ}                ; F9 = ZMODEM send
  50.  
  51. --
  52. David Winfrey
  53. Fine digitizer firmware since 1985
  54. first_initial L last_initial at patriot dot net
  55.